@font-face {
	font-family: 'NazaninWeb-Bold';
	src: url('../fonts/NazaninWeb-Bold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/NazaninWeb-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/NazaninWeb-Bold.svg#webfontI05wzgXm") format("svg"), url('../fonts/NazaninWeb-Bold.ttf') format('truetype');/* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
	font-family: 'NazaninWeb-Regular';
	src: url("../fonts/NazaninWeb-Regular.eot?#iefix") format("eot"), url("../fonts/NazaninWeb-Regular.woff") format("woff"), url("../fonts/NazaninWeb-Regular.ttf") format("truetype"), url("../fonts/NazaninWeb-Regular.svg#webfontI05wzgXm") format("svg");
}
body {
	color: #a6a6a6;
	font: normal 19px/25px 'NazaninWeb-Regular', sans-serif, Myriad Pro;
	direction: rtl;
}
body.sign-up .contact-details .address {
	background: none;
	padding: 0;
}
body.sign-up .contact-details {
	background: url('../img/lline-2.jpg') no-repeat 0 0;
	min-height: 635px;
}
body.product #news {
	margin: 0;
}
.ltr {
	direction: ltr;
	text-align: left;
}
a {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	text-decoration: none;
	color: #a6a6a6;
}
a:hover, a:focus {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	text-decoration: none;
	outline: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
p {
	text-align: justify;
}
.indent {
	text-indent: -9999px;
	overflow: hidden;
}
.cover {
	width: 100%;
	height: 244px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.navbar {
	background: #2e2e2e;
	border-bottom: 4px solid #4b4b4b;
	height: auto;
}
.navbar-header {
	float: right;
}
#header .container {
	position: relative;
}
#header {
	margin: 0 0 90px 0;
}
.navbar-brand {
	background: url("../img/logo.png") no-repeat center center;
	display: block;
	width: 202px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin: 10px 0;
	padding: 0;
}
.navbar-brand:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}
#menu, .navbar-nav {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
#menu li, .navbar-nav > li {
	float: right;
}
#menu li:hover, .navbar-nav > li:hover {
}
#menu li:last-child, .navbar-nav > li:last-child {
	margin: 0;
}
#menu li a, .navbar-nav > li > a {
	display: block;
	color: #fff;
	font: normal 18px/18px 'NazaninWeb-Bold', sans-serif;
	padding: 15px;
	text-decoration: none;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.sub-menu {
	background: url('../img/sub-menu.png') no-repeat 13px 15px;
	position: relative;
	padding-left: 10px;
	border-top: 4px solid transparent;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #a5212a;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	border-top: 4px solid #a5212a;
	border-bottom: 4px solid transparent;
	color: #2e2e2e;
	background-color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
}
#menu .sub-menu ul, .navbar-nav > li > .dropdown-menu {
	position: absolute;
	border-radius: 0;
	border: none;
	top: 56px;
	right: 0;
	background: white;
	list-style: none;
	width: 230px;
	margin: 0;
	padding: 10px 0;
	box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
	-moz-box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
	-webkit-box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
}
.open > .dropdown-menu {
	position: absolute;
	border-radius: 0;
	border: none;
	top: 0;
	right: 232px;
	background: white;
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 10px 0;
	box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
	-moz-box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
	-webkit-box-shadow: 0px 8px 10px 0px rgba(119, 119, 119, 0.26);
}
.navbar-nav > li > .dropdown-menu > li, .open > .dropdown-menu > li {
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
}
#menu .sub-menu ul li:last-child, .navbar-nav > li > .dropdown-menu > li:last-child {
	margin: 0;
	border-bottom: none;
}
#menu .sub-menu ul li a, .navbar-nav > li > .dropdown-menu > li > a, .open > .dropdown-menu > li > a {
	color: #2e2e2e;
	padding: 0;
	line-height: 30px;
	border: none;
	padding: 7px 20px;
	width: 100%;
	text-align: right;
	font: normal 16px/18px 'NazaninWeb-Bold', sans-serif;
}
#menu .sub-menu ul li a:hover, .navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #a52f36;
}
#menu .sub-menu ul li a img, .navbar-nav > li > .dropdown-menu > li > a img {
	float: left;
	margin: 0;
}
.sign {
	position: absolute;
	top: 0;
	left: 40px;
	padding: 0;
	margin: 0;
}
.sign li {
	float: right;
	list-style: none;
}
.sign li:first-child:after {
	content: ' , ';
	color: #8a8a8a;
	margin-left: 5px;
}
.sign li a {
	color: #8a8a8a;
	text-decoration: none;
	font-size: 12px;
}
.navbar-toggle {
	margin: 10px;
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #a5212a;
}
/** RESET AND LAYOUT
===================================*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 90vh;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
	direction: ltr;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../img/bx_loader.gif") center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
#slider {
	direction: ltr;
}
.slider-arrows {
	position: absolute;
	width: 960px;
	margin: -36px 0 0 -480px;
	left: 50%;
	top: 50%;
	z-index: 99;
}
.carousel-control.left {
	background-image: url("../img/slider_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 10%;
	width: 38px;
	height: 72px;
	top: 40%;
	opacity: 1;
}
.carousel-control.right {
	background-image: url("../img/slider_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	right: 10%;
	width: 38px;
	height: 72px;
	top: 40%;
	opacity: 0;
}
.carousel-control.right:hover {
	background-position: 100% 100%;
}
.carousel-control.left:hover {
	background-position: 0 100%;
}
.slider-wrap {
	width: 100%;
	min-width: 1100px;
	margin: 0;
	position: relative;
}
#slider div {
	height: 530px;
	float: left;
}
#slider img {
	display: block;
	min-width: 100%;
	min-height: 100%;
}
#pager {
	margin: 20px auto 40px;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 48%;
	z-index: 10;
}
#pager a {
	background: url("../img/slider_pager.png") no-repeat 0 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	outline: none;
}
#pager a.selected {
	background-position: 100% 0;
}
.slider-pattern {
	background: url("../img/slider_pattern.png") repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main {
	padding: 50px 0;
}
.page-title {
	color: #2e2e2e;
	font: bold 35px/50px 'NazaninWeb-Bold', sans-serif;
	margin: 0 0 20px;
}
.about-content {
	width: 640px;
	float: right;
	margin: 0 0 0 60px;
}
.about-summary {
	width: 260px;
	float: left;
	padding: 0;
}
.about-summary p {
	background: url("../img/about_sum_line.png") no-repeat 100% 100%;
	padding: 0 0 10px;
}
#affiliates {
	border-bottom: 1px solid #efefef;
	padding: 40px 0;
	margin: 0;
}
#affiliates .title {
	border-bottom: 1px solid #efefef;
	color: #6d6d6d;
	margin: 0 0 20px;
	text-align: center;
}
#affiliates .title span {
	background: #fff;
	display: inline-block;
	font: bold 32px/32px 'NazaninWeb-Bold', sans-serif;
	position: relative;
	bottom: -10px;
	padding: 0 10px;
}
#affiliates ul {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
#affiliates li {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0;
	overflow: hidden;
	width: 20%;
}
#about {
	margin: 0;
	padding: 40px 0;
}
#about .title {
	color: #6d6d6d;
	margin: 0 0 30px 0;
	text-align: center;
	font: bold 32px/32px 'NazaninWeb-Bold', sans-serif;
	width: 100%;
}
#about img {
	float: left;
	margin: 0 20px 20px 0;
}
#about p {
	overflow: hidden;
}
#news {
	background: #dedede;
	margin: 0 0 40px 0;
	padding: 20px 0;
}
#news > .wrapper {
	position: relative;
}
#news ul {
	background: rgba(0, 0, 0, 0) url("../img/news_title.png") no-repeat scroll right center;
	margin: 0;
	padding: 0 120px 0 0;
	list-style: none;
	width: 90%;
	float: right;
}
#news ul li {
	color: #a6a6a6;
}
#news ul li a {
	border-bottom: 1px solid #8b8b8b;
	color: #8b8b8b;
	text-decoration: none;
	font-size: 19px;
}
#news ul li a:hover {
	color: #a5212a;
	border-color: #a5212a;
}
#news .rss {
	background: url("../img/news_feed.png") no-repeat 0 0;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0;
	float: left;
}
#news .rss:hover {
	background-position: 0 100%;
}
#projects {
	margin: 0 0 40px 0;
}
#projects > .wrapper {
	position: relative;
}
#projects .title {
	color: #6d6d6d;
	margin: 0 0 30px 0;
	text-align: center;
	font: bold 32px/32px 'NazaninWeb-Bold', sans-serif;
}
#projects ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
#projects li a {
	display: block;
}
#projects li img {
	border: 7px solid #eaeaea;
}
#projects .bx-next, #projects .bx-prev {
	background: url("../img/projects_arrow.png") no-repeat 0 0;
	display: block;
	width: 22px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#projects .bx-next {
	background-position: 100% 0;
	right: -50px;
}
#projects .bx-next:hover {
	background-position: 100% 100%;
}
#projects .bx-prev {
	background-position: 0 0;
	left: -50px;
}
#projects .bx-prev:hover {
	background-position: 0 100%;
}
#footer {
	background: #2d3032;
	color: #6d6d6d;
	padding: 50px 0;
	font-size: 16px;
	line-height: 18px;
}
#footer .title {
	color: #6d6d6d;
	margin: 0 0 50px 0;
	text-align: center;
	font: bold 32px/32px 'NazaninWeb-Bold', sans-serif;
	width: 100%;
}
#footer .address-title {
	color: #a7a7a7;
	display: block;
	margin: 0 0 15px;
}
#footer .address {
	width: 320px;
	float: right;
	margin: 0 0 0 90px;
}
#footer .map {
	background: url("../img/map.jpg") no-repeat 0 0;
	height: 207px;
	width: 100%;
	float: left;
	position: relative;
}
#footer .map .pin {
	background: url("../img/map_pin.png") no-repeat 0 0;
	display: block;
	width: 91px;
	height: 97px;
	position: absolute;
	left: 260px;
	top: -45px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: right;
	padding: 0;
}
#footer .social {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	float: right;
	width: 100%;
}
#footer .social li {
	float: right;
	margin: 0 0 0 20px;
}
#footer .social li a {
	background: url("../img/social.png") no-repeat 0 0;
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .social li a.rss {
	background-position: 100% 0;
}
#footer .social li a.rss:hover {
	background-position: 100% 100%;
}
#footer .social li a.gplus {
	background-position: -92px 0;
}
#footer .social li a.gplus:hover {
	background-position: -92px 100%;
}
#footer .social li a.twitter {
	background-position: -46px 0;
}
#footer .social li a.twitter:hover {
	background-position: -46px 100%;
}
#footer .social li a.facebook {
	background-position: 0 0;
}
#footer .social li a.facebook:hover {
	background-position: 0 100%;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	border-top: 1px solid #1f1f1f;
	color: #5f6568;
	margin: 50px 0 0;
	padding: 50px 0 0;
	text-align: center;
	font: normal 11px tahoma;
	position: relative;
	width: 100%;
	float: right;
}
#top {
	background: url("../img/top.png") no-repeat 0 0;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#top:hover {
	background-position: 0 100%;
}
.page-contact #footer .copyright {
	border: 0;
	margin: 0;
	padding: 0;
}
.page-contact .page-title {
	margin: 0 0 70px;
}
.page-contact #top {
	top: 0;
}
.map-wrap {
	height: 240px;
}
.map-wrap #map, #footer #map {
	height: 240px;
	width: 100%;
}
#map {
	height: 240px;
	width: 100%;
}
.contact-details .title, .contact-form-wrap .title {
	color: #2e2e2e;
	font: bold 30px/30px 'NazaninWeb-Bold';
	margin: 0 0 25px;
}
.contact-details {
	background: url("../img/contact_details_shadow.png") no-repeat 0 0;
	width: 35%;
	float: right;
	padding: 0 0 0 40px;
	margin: 0;
	height: auto;
	overflow: hidden;
}
.contact-details .address {
	background: rgba(0, 0, 0, 0) url("../img/address_details_logo.png") no-repeat scroll right top;
	padding: 140px 0 0;
	color: #787878;
	font-size: 18px;
}
.contact-details .address .address-title {
	display: block;
	margin: 0 0 5px;
	font-family: "NazaninWeb-Bold", Myriad Pro;
}
.contact-details .social {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.contact-details .social li {
	float: right;
	margin: 0 0 0 20px;
}
.contact-details .social li a {
	background: url("../img/social.png") no-repeat 0 0;
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
}
.contact-details .social li a.rss {
	background-position: 100% 0;
}
.contact-details .social li a.rss:hover {
	background-position: 100% 100%;
}
.contact-details .social li a.gplus {
	background-position: -92px 0;
}
.contact-details .social li a.gplus:hover {
	background-position: -92px 100%;
}
.contact-details .social li a.twitter {
	background-position: -46px 0;
}
.contact-details .social li a.twitter:hover {
	background-position: -46px 100%;
}
.contact-details .social li a.facebook {
	background-position: 0 0;
}
.contact-details .social li a.facebook:hover {
	background-position: 0 100%;
}
.contact-details p {
	margin: 0;
}
.contact-form-wrap {
	width: 55%;
	float: left;
}
.contact-form-wrap .contact-form label, form label {
	display: block;
	width: 15%;
	margin: 0;
	float: right;
	line-height: 1;
	font-size: 18px;
	padding: 10px 0 0 0;
	text-align: right;
}
.contact-form, form {
	margin: 20px 0 0 0;
	padding: 0;
}
.contact-form-wrap .contact-form .form-text, .contact-form-wrap .contact-form .form-textarea, form .wpcf7-form-control {
	background: #f5f5f5;
	border: 1px solid #d4d4d4;
	padding: 5px;
	float: right;
	margin: 0 0 15px;
	width: 85%;
	height: 50px;
	resize: none;
}
.contact-form-wrap .contact-form .form-textarea, form .wpcf7-textarea.wpcf7-form-control {
	height: 100px;
}
.contact-form-wrap .contact-form .form-submit {
	background: #a5212a;
	border: 0;
	color: #fff;
	width: 85%;
	float: left;
	height: 50px;
	font: normal 25px/30px "NazaninWeb-Bold";
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.contact-form-wrap .contact-form .form-submit:hover {
	background: #860811;
}
#main .project-archive {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main .project-archive li {
	margin: 0 0 50px 0;
	padding: 0;
	width: auto;
	float: right;
}
#main .project-archive li a {
	text-decoration: none;
}
#main .project-archive img {
	border: 4px solid #eaeaea;
	cursor: pointer;
	float: right;
	height: auto;
	margin: 0 0 0 20px;
	transition: all 1s ease 0s;
}
#main .project-archive img:hover {
	opacity: 0.7;
}
#main .project-archive a h4 {
	color: #787878;
	cursor: pointer;
	display: block;
	font: 22px/25px "NazaninWeb-Bold";
	margin: 0 auto;
	padding: 0 0 5px;
	text-decoration: none;
	transition: color 400ms ease 0s, background-color 400ms ease 0s;
	text-align: right;
	width: 100%;
}
#main .project-archive a h4:hover {
	color: #a5212a;
	transition: color 400ms ease 0s, background-color 400ms ease 0s;
}
#main .project-archive p {
	color: #787878;
	font: normal 18px/22px 'NazaninWeb-Regular';
	margin: 0;
	text-align: justify;
}
#main .context {
	float: right;
	width: 650px;
}
#main .context p {
	color: #787878;
	font: normal 18px/22px 'NazaninWeb-Regular';
	margin: 0;
	padding: 0 0 20px 0;
}
.context .project-photos {
	background: url(../img/bg-project.png) repeat-x;
	height: auto;
	padding: 20px 30px;
	overflow: hidden;
}
.context .project-photos h4 {
	color: #575757;
	font: bold 25px/25px 'NazaninWeb-Bold', sans-serif;
	border-bottom: 3px solid #a5212a;
	padding: 0 0 5px 0;
	margin: 0;
	float: right;
	width: auto;
	display: inline-block;
}
.context .project-photos .photos {
	list-style: none outside none;
	margin: 0 auto;
	padding: 20px 0 0 0;
	float: right;
	width: 100%;
}
.faq-archive {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
}
.faq-archive li {
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	height: auto;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #c4c4c4;
}
#main .faq-archive li a {
	text-decoration: none;
	display: block;
}
#main .faq-archive img {
	border: 4px solid #EAEAEA;
	float: right;
	margin: 0 0 0 20px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#main .faq-archive a img:hover {
	opacity: 0.7;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#main .faq-archive a h4 {
	color: #787878;
	font: normal 22px/25px "NazaninWeb-Bold", sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
#main .faq-archive a h4:hover {
	text-decoration: none;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
	color: #a5212a;
}
#main .faq-archive p {
	color: #787878;
	font: normal 18px/22px 'NazaninWeb-Regular', sans-serif, Myriad Pro;
	margin: 0;
	display: none;
	padding: 0;
	text-align: justify;
}
a.faq-more {
	background: #4b4b4b url('../img/more-btn.jpg') no-repeat;
	float: left;
	width: 122px;
	height: 32px;
	margin: 10px 0 0 0;
}
a.active {
	background: #a5212a url('../img/more-btn-click.jpg') no-repeat;
}
.context .project-photos .photos li {
	float: right;
	margin: 10px 0 10px 45px;
	padding: 0;
	width: 112px;
}
.context .project-photos .photos li:nth-of-type(4n) {
	margin: 10px 0 10px 0;
}
.context .project-photos img {
	border: 3px solid #fff;
}
#main .left {
	float: left;
	width: 260px;
}
.left .image {
	margin: 0 0 30px 0;
	padding: 0;
}
.left .image img {
	border: 5px solid #e9e9e9;
}
.left h4 {
	color: #575757;
	font: bold 25px/25px 'NazaninWeb-Bold', sans-serif;
	border-bottom: 3px solid #a5212a;
	padding: 0;
	margin: 0;
	width: 110px;
	padding: 0 0 5px 0;
}
.left ul {
	list-style: url(../img/arrow.png);
	margin: 15px 15px 0 0;
	padding: 0;
}
.left ul li a {
	color: #575757;
	font: normal 19px/30px 'NazaninWeb-Regular';
	padding: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#main .context .content {
	list-style: none outside none;
	margin: 0;
	padding: 0 20px 40px 0;
}
#main .context .content li {
	color: #787878;
	font: 18px/25px 'NazaninWeb-Regular';
	margin: 0;
}
#main .sidebar {
	float: left;
	width: 260px;
}
#main .sidebar ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.search {
	width: 100%;
	background: #252525;
	height: 40px;
	display: none;
}
.search input {
	float: left;
	background: transparent;
	border: none;
	outline: none;
	text-align: left;
	color: #a9a9a9;
	font-family: tahoma;
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0 0 20px;
	direction: ltr;
	letter-spacing: 3px;
	width: 100%;
}
.btn-search {
	background: url('../img/search.png') no-repeat;
	position: absolute;
	left: 15px;
	top: 4px;
	width: 20px;
	height: 20px;
}
.designer {
	background: url('../img/designer.png') no-repeat 0 0;
	width: 150px;
	height: 26px;
	float: left;
	margin-bottom: 5px;
	display: block;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
}
.designer:hover {
	background: url('../img/designer.png') no-repeat 0 -26px;
}
.archive {
	width: 605px;
	margin: 60px auto;
	min-height: 954px;
}
.archive .page-title {
	color: #7d7d7d;
	padding-right: 45px;
	background: url('../img/elevator.png') no-repeat right;
	font-family: "NazaninWeb-Bold", sans-serif;
	margin: 0 0 25px 0;
	font: 45px/50px "NazaninWeb-Bold";
}
.archive .archive-list {
	width: 50%;
	background: #eaeaea;
	padding: 0;
	float: left;
	border-left: 1px solid #fff;
}
.archive .archive-list:first-child {
	border-left: none;
}
.archive ul li {
	list-style: none;
	background: rgba(0, 0, 0, 0) url("../img/sub-menu-hover.png") no-repeat scroll 0 25px / 10px auto;
}
.archive li a {
	font-size: 22px;
	color: #7d7d7d;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 15px;
}
.archive ul li ul {
	display: none;
	background-color: #f3f3f3 !important;
	position: relative;
	right: 0;
	top: 0;
	padding: 0;
	width: 100%;
	margin: 0;
}
.archive ul li ul li {
	border-top: 1px solid #fff;
	background: #f3f3f3 url('../img/sub-menu-hover.png') no-repeat 15px 25px;
}
.archive ul li ul li a {
	font-size: 18px;
	color: #7d7d7d;
	padding: 0;
	padding: 15px 15px;
}
.archive ul li ul li ul li a {
	padding: 10px 15px;
}
.archive .archive-list li ul li ul {
	top: 0;
	right: 0;
	display: none;
}
.archive .archive-list li ul li ul li {
	background: #f9f9f9 url('../img/search2.png') no-repeat 15px 15px;
}
.archive .archive-list li ul li ul li a {
	font-size: 16px;
}
.owl-pagination {
	display: none;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 50px auto;
	direction: ltr;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(file:///W|/projects/zen-html/zen/css/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	/*display:none;*/
	*display: inline;/*IE7 life-saver */
}
.owl-item.loading {
	min-height: 150px;
	background: url(file:///W|/projects/zen-html/zen/css/AjaxLoader.gif) no-repeat center center
}
.owl-prev {
	background: url("../img/projects_arrow.png") no-repeat 100% 0;
	display: block;
	width: 22px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin: 0;
	right: -5%;
	text-indent: 9999px;
}
.owl-next {
	background: url("../img/projects_arrow.png") no-repeat 0 0;
	text-indent: 99999px;
	width: 22px;
	height: 37px;
	left: -5%;
	position: absolute;
	top: 50%;
}
.act-inner img {
	border: 7px solid #eaeaea;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.act-inner a {
	display: block;
}
.act-inner a h4 {
	font: 20px/25px "NazaninWeb-Bold";
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.act-inner a:hover h4 {
	color: #a5212a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.act-inner img:hover {
	border: 7px solid #a5212a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.archive-list {
	width: 100%;
	float: right;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.archive-list li {
	margin: 0 0 0 26px;
	padding: 0;
	width: 22%;
	position: relative;
	display: inline-block;
	height: 300px;
	vertical-align: top;
}
.archive-list li a {
	display: block;
	font-family: 'NazaninWeb-Bold';
	color: #2e2e2e;
	font-size: 18px;
}
.archive-list li a.example-image-link {
	background: #fff none repeat scroll 0 0;
	color: #a5212a;
	display: table;
	font-family: "NazaninWeb-Bold";
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	width: auto;
	padding: 1px 10px;
	border-radius: 2px;
}
.archive-list li a img {
	border: 5px solid #e9e9e9;
	margin: 0 auto;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	height: 210px;
}
.archive-list li a h4 {
	font-family: 'NazaninWeb-Bold';
	color: #2e2e2e;
	font-size: 18px;
	margin: 5px 0 0 0;
	width: 100%;
	padding: 0;
	text-align: center;
}
.archive-list li a:hover img {
	border: 5px solid #a5212a;
	color: #a5212a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.archive-list li a:hover h4 {
	color: #a5212a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.archive-list li:hover {
	color: #a5212a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.mask {
	opacity: 0;
	background: rgba(165, 33, 42, 0.7);
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	padding: 20px;
}
.archive-list li:hover .mask {
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}
.mask p {
	font: 18px/22px "NazaninWeb-Regular";
	padding: 0;
	width: 100%;
	margin: 0;
	color: #fff;
}
.carousel {
	height: 90vh;
}
.carousel-inner > .item {
	height: 90vh;
}
.carousel-inner > .item .caption h2 {
	font-family: 'NazaninWeb-Bold';
	color: #fff;
	margin: 0 0 10px 0;
	float: right;
	font-size: 30px;
	width: 100%;
	padding: 0;
}
.carousel-inner > .item .caption {
	margin: 0;
	background: #a5212a;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 40%;
}
.carousel-inner > .item p {
	font: 16px/22px "NazaninWeb-Regular";
	color: #fff;
	margin: 0;
	width: auto;
	padding: 0;
}
.act .item {
	width: 18%;
	float: right;
	margin: 0 0 0 20px;
}
.act .item:last-child {
	margin: 0;
}
.dropdown-menu > li > a {
	white-space: inherit;
	clear: inherit;
	display: block;
}
.border-img {
	border: 1px solid #cacaca;
}
.img-box {
	height: 280px;
}
#main h2 {
	color: #adadad;
	font-size: 25px;
	font-family: 'NazaninWeb-Bold';
	padding: 0;
	margin: 0;
}
.download {
	width: 100%;
	height: auto;
	border: 1px solid #cacaca;
	margin: 50px 0;
	padding: 0 20px;
}
.download h3 {
	color: #a5212a;
	font-size: 25px;
	font-family: 'NazaninWeb-Bold';
	padding: 0;
	margin: -20px 0 0 0;
	background: #fff;
	width: 60%;
	text-align: center;
}
.download h3 img {
	margin: 0 0 0 5px;
}
#main .sidebar .download ul {
	list-style: inside;
	padding: 0;
	margin: 30px 0;
	width: 100%;
}
#main .sidebar .download ul li a {
	color: #6e6e6e;
	font-size: 18px;
	display: inline;
}
#main .sidebar .download ul li a:hover {
	color: #a5212a;
}
#main h4 {
	color: #2e2e2e;
	font-size: 20px;
	font-family: 'NazaninWeb-Bold';
	padding: 0;
	margin: 10px 0;
	text-align: center;
}
.table {
	width: 650px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: none;
	color: #6e6e6e;
	font-size: 18px;
	font-family: 'NazaninWeb-Bold';
}
.bg {
	background: #e9e9e9;
}
.elevator {
	width: 100%;
	float: right;
	position: relative;
	margin: 0 0 40px 0;
}
.elevator span {
	background: #dcdcdc none repeat scroll 0 0;
	color: #adadad;
	font-size: 18px;
	padding: 5px 20px;
	position: absolute;
	right: -36px;
	top: 46px;
	transform: rotate(90deg);
}
.elevator p {
	color: #787878;
	margin: 0;
	padding: 0 45px 0 30px;
	font-size: 18px;
}
hr {
	background: #dcdcdc;
	margin: 20px 0;
	width: 100%;
	color: #dcdcdc;
	float: right;
	border: 1px solid #dcdcdc;
}
.elevator p.no-margin {
	padding: 0 0 0 30px;
}
.open.dropdown-submenu a:hover, .open.dropdown-submenu a:focus, .open.dropdown-submenu:hover {
	border: none !important;
}
.dropdown-menu-right .dropdown-submenu > a::after, .navbar-right .dropdown-submenu > a::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0;
	vertical-align: middle;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid #000;
	margin: 7px 0 0 0;
	float: left;
}
.dropdown-submenu > a::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0;
	vertical-align: middle;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid #000;
	margin: 7px 0 0 0;
	float: left;
}
.dropdown-submenu > a::after {
	content: "";
}
.pagination > li > a, .pagination > li > span {
	color: #787878;
	font-size: 16px;
	margin: 0 5px;
	line-height: 2;
	padding: 0 10px;
}
.pagination {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.pagination > li {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: transparent;
	border: 1px solid #a5212a;
	color: #a5212a;
}
#pagewrap .item:last-child {
	margin: 0;
}
#pagewrap .item img {
	opacity: 1;
	margin: 0 auto;
	display: flex;
	text-align: center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#pagewrap .item img:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/* =========================================================
  responsive
============================================================ */
@media (min-width: 1200px) {
.container {
	width: 960px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
#menu li a, .navbar-nav > li > a {
	padding: 7px;
	font: 16px/18px 'NazaninWeb-Bold', sans-serif;
}
.row {
	margin: 0;
}
#affiliates li {
	margin: 0 2px;
}
#about img {
	float: inherit;
	margin: 0 auto;
	width: 100%;
}
#about p {
	margin: 10px 0;
	overflow: hidden;
	text-align: justify;
	width: 100%;
}
#news ul li, #news ul li a {
	font-size: 16px;
}
.bx-wrapper {
	width: 80%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	width: 100%;
}
#footer .map {
	margin: 60px 0 0 0;
}
#footer .copyright {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.designer {
	margin: 20px auto;
	width: 100%;
}
.owl-prev {
	right: 0;
}
.owl-next {
	left: 0;
}
.about-content {
	width: 100%;
	margin: 0;
	float: right;
}
.about-summary {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
}

@media (max-width: 767px) {
.act .item {
	width: 50%;
	float: inherit;
	margin: 10px auto;
}
#menu li, .navbar-nav > li {
	width: 100%;
}
#menu li a, .navbar-nav > li > a {
	padding: 5px;
	border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	border: none;
	color: #a5212a;
}
.navbar-collapse {
	float: left;
}
#menu, .navbar-nav {
	margin: 0;
	padding: 10px 0;
}
#menu .sub-menu ul li a, .navbar-nav > li > .dropdown-menu > li > a {
	color: #fff;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover, .sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	border: none;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	background-color: transparent;
	color: #a52f36;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	border-bottom: none;
	border-top: none;
}
.row {
	margin: 0;
}
.test1 {
	font-size: larger;
}
#affiliates li {
	display: block;
	margin: 10px auto;
	width: 100%;
}
#about img {
	float: inherit;
	margin: 0 auto;
	width: 100%;
}
#about p {
	margin: 10px 0;
	overflow: hidden;
	text-align: justify;
	width: 100%;
}
#news ul li, #news ul li a {
	font-size: 16px;
}
.bx-wrapper {
	width: 80%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	width: 100%;
}
#footer .map {
	margin: 60px 0 0 0;
}
#footer .copyright {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.designer {
	margin: 20px auto;
	width: 100%;
}
.owl-prev {
	right: 0;
}
.owl-next {
	left: 0;
}
.about-content {
	width: 100%;
	margin: 0;
	float: right;
}
.about-summary {
	float: right;
	padding: 0;
	width: 100%;
	margin: 10px 0 0 0;
}
.archive .archive-list {
	width: 100%;
}
.archive {
	width: 100%;
	height: auto;
}
.navbar-header {
	margin: 30px 0 0 0;
}
#main .context, #main .sidebar {
	float: right;
	width: 100%;
}
#main .sidebar ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#main .sidebar ul li img {
	margin: 5px auto;
	display: flex;
	text-align: center;
}
.contact-form-wrap, .contact-details {
	width: 100%;
	float: right;
	background: none;
}
.contact-form-wrap {
	margin: 30px 0 0 0;
}
.context .project-photos .photos li {
	margin: 10px 5px;
}
#main .left {
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}
#footer .address {
	width: 100%;
	margin: 0 0 20px 0;
}
.act .item:last-child {
	margin: 10px auto;
}
#menu .sub-menu ul li a, .navbar-nav > li > .dropdown-menu > li > a, .open > .dropdown-menu > li > a {
	color: #fff;
}
.navbar-nav > li > .dropdown-menu > li, .open > .dropdown-menu > li {
	border: none;
}
.archive-list li {
	float: right;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 43%;
}
.contact-form-wrap .contact-form .form-text, .contact-form-wrap .contact-form .form-textarea, form .wpcf7-form-control {
	width: 100%;
}
.border-img {
	border: 1px solid #cacaca;
	display: flex;
	margin: 10px auto;
	text-align: center;
}
.carousel-inner > .item .caption {
	margin: 0;
	background: #a5212a;
	padding: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 90%;
}
.about-summary p {
	background: none;
}
.navbar-collapse {
	box-shadow: none;
}
}

@media (max-width: 480px) {
.navbar-collapse {
	box-shadow: none;
}
.about-summary p {
	background: none;
}
.archive-list li a.example-image-link {
	margin: 15px auto;
}
.border-img {
	border: 1px solid #cacaca;
	display: flex;
	margin: 10px auto;
	text-align: center;
}
#footer .address {
	width: 100%;
	margin: 0 0 20px 0;
}
.act .item {
	width: 100%;
	float: inherit;
	margin: 10px auto;
}
#menu li, .navbar-nav > li {
	width: 100%;
}
#menu li a, .navbar-nav > li > a {
	padding: 5px;
	border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	border: none;
	color: #a5212a;
}
.navbar-collapse {
	float: left;
}
#menu, .navbar-nav {
	margin: 0;
	padding: 10px 0;
}
#menu .sub-menu ul li a, .navbar-nav > li > .dropdown-menu > li > a {
	color: #fff;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover, .sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	border: none;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	background-color: transparent;
	color: #a52f36;
}
.sub-menu:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.dropdown-toggle:hover {
	border-bottom: none;
	border-top: none;
}
.row {
	margin: 0;
}
#affiliates li {
	display: block;
	margin: 10px auto;
	width: 100%;
}
#about img {
	float: inherit;
	margin: 0 auto;
	width: 100%;
}
#about p {
	margin: 10px 0;
	overflow: hidden;
	text-align: justify;
	width: 100%;
}
#news ul li, #news ul li a {
	font-size: 16px;
}
.bx-wrapper {
	width: 80%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	width: 100%;
}
#footer .map {
	margin: 60px 0 0 0;
}
#footer .copyright {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.designer {
	margin: 20px auto;
	width: 100%;
}
.owl-prev {
	right: 0;
}
.owl-next {
	left: 0;
}
.about-content {
	width: 100%;
	margin: 0;
	float: right;
}
.about-summary {
	float: right;
	padding: 0;
	width: 100%;
	margin: 10px 0 0 0;
}
.archive .archive-list {
	width: 100%;
	min-height: inherit;
	height: auto;
}
.carousel-control.right, .carousel-control.left {
	display: none;
}
.navbar-header {
	margin: 30px 0 0 0;
}
#main .context, #main .sidebar {
	float: right;
	width: 100%;
}
#main .sidebar ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#main .sidebar ul li img {
	margin: 5px auto;
	display: flex;
	text-align: center;
}
.page-title {
	font: bold 40px/50px 'NazaninWeb-Bold', sans-serif;
	margin: 0 0 15px 0;
}
.contact-form-wrap, .contact-details {
	width: 100%;
	float: right;
	background: none;
	padding: 0;
}
.contact-form-wrap .contact-form label, .contact-form-wrap .contact-form .form-text, .contact-form-wrap .contact-form .form-textarea, .contact-form-wrap .contact-form .form-submit {
	float: right;
	width: 100%;
}
.contact-form-wrap .contact-form label {
	margin: 0 0 5px 0;
}
.contact-form-wrap {
	margin: 30px 0 0 0;
}
#main .faq-archive a h4, #main .project-archive a h4 {
	margin: 10px 0;
	width: 100%;
	float: right;
}
#main .faq-archive p, #main .project-archive p {
	width: 100%;
	float: right;
}
.context .project-photos .photos li {
	margin: 10px 5px;
}
#main .left {
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}
.act .item {
	width: 100%;
	float: inherit;
	margin: 10px auto;
}
.act .item:last-child {
	margin: 10px auto;
}
#menu .sub-menu ul li a, .navbar-nav > li > .dropdown-menu > li > a, .open > .dropdown-menu > li > a {
	color: #fff;
}
.navbar-nav > li > .dropdown-menu > li, .open > .dropdown-menu > li {
	border: none;
}
.archive-list li {
	float: inherit;
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.carousel-inner > .item .caption {
	margin: 0;
	background: #a5212a;
	padding: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 90%;
}
}
pre {
	display: block;
	padding: 0;
	margin: 0;
	font: 16px/22px "NazaninWeb-Regular";
	color: #fff;
	word-break: break-all;
	word-wrap: break-word;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
#member h3 {
	color: #646464;
	font-size: 30px;
	margin: 0 auto;
	padding: 60px 0 10px 0;
	width: auto;
	font-family: 'NazaninWeb-Bold';
	border-bottom: 1px solid #f39200;
	text-align: center;
	display: table;
}
#member ul {
	width: 100%;
	margin: 40px 0;
	float: right;
	list-style: none;
	padding: 0;
}
#member ul li {
	width: 30%;
	display: inline-block;
	margin: 10px 10px;
	padding: 4px;
	background: #f1f1f1;
	border-radius: 4px;
	height: 500px;
}
#member ul li p {
	font-family: 'NazaninWeb-Regular';
	color: #656565;
	font-size: 14px;
	margin: 5px 0;
	padding: 0 15px;
	text-align: justify;
}
#member ul li:last-child {
	margin: 0;
}
#member ul li img {
	width: 100%;
	margin: 0 auto;
	border: 8px solid #fff;
}
#member ul li h4 {
	color: #646464;
	font-size: 30px;
	margin: 0 auto;
	padding: 10px 0;
	width: auto;
	font-family: 'NazaninWeb-Regular';
	text-align: center;
	display: table;
}
#member ul li h5 {
	color: #464646;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
	width: auto;
	font-family: 'NazaninWeb-Regular';
	text-align: center;
	display: table;
}
#social-new {
    width: 100%;
    height: 36px;
    overflow: hidden;
    list-style: none;
    text-align: right;
    padding: 0;
}
#social-new li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: orange;
    margin: 0 3px;
    background: no-repeat center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#social-new li a {
    display: block;
    width: 100%;
    height: 100%;
}