/*
Theme Name: APPIST
Theme URI: http://appist.ir/
Author: Mostafa Qanbaryan
Author URI: http://appist.ir/
Description: Original Theme of Appist WebSite
Version: 1.0
Tags: Responsive, Full Control, Mobile, Appist
*/

* {
	box-sizing: border-box;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
li{
	text-align: right;
}
::-webkit-selection{ background: #bbb; color: #111}
::-moz-selection{ background: #bbb; color: #111;}
::-o-selection{ background: #bbb; color: #111}
::selection{ background: #bbb; color: #111}
@font-face {
	font-family: FontAwesome;
	font-style: normal;
	src: url(./fonts/eot/fontawesome-webfont.eot) format('embedded-opentype'),
	url(./fonts/woff2/fontawesome-webfont.woff2) format('woff2'),
	url(./fonts/woff/fontawesome-webfont.woff) format('woff'),
	url(./fonts/ttf/fontawesome-webfont.ttf) format('truetype');
}
@font-face{
	font-family:sans;
	font-style:normal;
	font-weight:700;
	src:url(./fonts/eot/IRANSansWeb_Bold.eot);
	src:url(./fonts/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"),
	url(./fonts/woff2/IRANSansWeb_Bold.woff2) format("woff2"),
	url(./fonts/woff/IRANSansWeb_Bold.woff) format("woff"),
	url(./fonts/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face{
	font-family:sans;
	font-style:normal;
	font-weight:500;
	src:url(./fonts/eot/IRANSansWeb_Medium.eot);
	src:url(./fonts/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"),
	url(./fonts/woff2/IRANSansWeb_Medium.woff2) format("woff2"),
	url(./fonts/woff/IRANSansWeb_Medium.woff) format("woff"),
	url(./fonts/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face{
	font-family:sans;
	font-style:normal;
	font-weight:300;
	src:url(./fonts/eot/IRANSansWeb_Light.eot);
	src:url(./fonts/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"),
	url(./fonts/woff2/IRANSansWeb_Light.woff2) format("woff2"),
	url(./fonts/woff/IRANSansWeb_Light.woff) format("woff"),
	url(./fonts/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face{
	font-family:sans;
	font-style:normal;
	font-weight:400;
	src:url(./fonts/eot/IRANSansWeb.eot);
	src:url(./fonts/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"),
	url(./fonts/woff2/IRANSansWeb.woff2) format("woff2"),
	url(./fonts/woff/IRANSansWeb.woff) format("woff"),
	url(./fonts/ttf/IRANSansWeb.ttf) format("truetype");
}

body {
	margin: 0 auto;
	padding: 0;
	direction: rtl;
	font-family: sans, sans-serif;
	background: #111;
	color: #bbb;
}

a {
	outline-color: transparent;
	text-decoration: none;
	color: #bbb;
}

/*Styling Header*/
header {
	background: #111;
	background: url('img/header.jpg') no-repeat center center fixed;
	-webkit-background-size: 400%;
	-moz-background-size: 400%;
	-o-background-size: 400%;
	background-size: 400%;

	-webkit-background-position: 0 0;
	-moz-background-position: 0 0;
	-o-background-position: 0 0;
	background-position: 0 0;
	min-height: 130vh;
	height: 600px;
}
.header {
	text-shadow: 1px 1px 2px #000;
	margin-top: 0;
	text-align: center;
	margin-bottom: 60px;
	/*MUST BE REPLACED WITH JS*/
	margin-top: 70px;

}
header div { margin-bottom: -20px;}
.inline *{ display: inline; }
.title {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 120px;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: -10px;
	visibility: hidden;
	/*margin: 0 50px;*/
}
.hidden-sm { visibility: hidden; font-size: 18px;}
#more_bt {
	background: #111;
	padding: 10px 50px;
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	box-shadow: 2px 2px 3px #000;
	border: 2px solid #ffc164;
	color: #ffc164;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
#more_bt::after{
	content: " »";
	opacity: 0;
	position: absolute;
	margin-right: -30px;
	-webkit-transition: opacity 0.3s, margin-right 0.3s;
	-moz-transition: opacity 0.3s, margin-right 0.3s;
	-o-transition: opacity 0.3s, margin-right 0.3s;
	transition: opacity 0.3s, margin-right 0.3s;
}
#more_bt:hover {
	color: #111;
	background: #ffc164;
	cursor: pointer;
}
#more_bt:hover::after {
	opacity: 1;
	margin-right: 0;
}
header h2 {
	text-shadow: none;
	text-shadow: 1px 1px 1px #444;
}
p.description {
	text-shadow:2px 2px 5px #111;
	padding: 0 30px;
}
/**/


/*Styling Navbar*/
nav .active > a {
	color: #aaa;
	border-bottom:2px solid #aaa!important;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
nav .active > a:hover{
	color: #aaa;
}
.logo-icon {
	width: 100%;
	/*position: relative;*/
	position: absolute;
	background: #222;
	float: right;
	padding: 0;
	margin: 0;
}
#menu-left, #menu-right{ padding-left: 0;float: none; width: 100%;text-align: right;}
#menu-right { margin-top: 150px;}
#menu-left{ margin-top: 0; margin-bottom: 30px;}
#menu-left li, #menu-right li {width: 100%; text-align: right;}
#navbar-icon {
	font-family: FontAwesome;
	float: left;
	font-size: 22px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #222;
	color: #ffc164;
	text-shadow: 1px 1px 1px transparent;
	height: auto;
	width: 45px;
	margin-top: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#navbar-icon:hover {
	text-shadow: 1px 1px 1px #222;
	color: #bbb;
	cursor: pointer;
}
#logo {
	float: right;
	margin-top: 8px;
	margin-right:80px;
	width: 160px;
	height: auto;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#logo:hover {
	top: 3px;
}
nav.main-navbar {
	text-shadow: 1px 1px 1px #444;
	font-size: 18px;
	z-index: 999;
	display: block;
	margin: 0 auto;
	background: #222;
	width: 100%;
	position: absolute;
}
nav.main-navbar ul { display: block; list-style: none; margin:0; padding: 0;}

nav.main-navbar li{
	position: relative;
}
nav.main-navbar ul li > :first-child {
	border: 2px solid #333;
	display: block;
	padding:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav.main-navbar ul ul li:not(:last-child)::after { content: ''; width: 200px; height: 1px; display: block; background-color: #555; margin: 0 auto;}
nav.main-navbar ul ul li:hover > a { background: rgba(40,40,40,0.9);}
nav.main-navbar ul li:hover > a{ color: #fff; background: #444;}

nav.main-navbar ul li:hover > ul{display: block;}

nav.main-navbar ul ul {
	display: none;
	position: relative;
	width: 100%;
	border: 0px solid #333;
	background-color: #444;
	padding-right: 30px;
}
nav.main-navbar li > a.hiddenShowMenu {
	font-family: FontAwesome;
	border-right: 2px solid #333;
	position: absolute;
	left: 2px;
	top: 2px;
	height: 40px;
	padding: 13px;
	width: 41px;
}
nav.main-navbar li > a:only-child:after { content: ''; padding-right: 0;}
/**/


/*Styling Posts*/
.post-date,
.post-author,
.post-category,
.post-tags,
.post-comments {
	font-size: 11px;
	float: right;
	margin-left: 30px;
	margin-top: -5px;
 	color: #fff;
}
.post-title {text-align: center;}
.post-title a{
	color: #ffc164 ;
	position: relative;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.post-title a:hover{
	padding-right: 5px;
}
.post-date::before { content: "انتشار در تاریخ: ";}
.post-tags::before { content: "تگها: ";}
.post-author::before { content: "نوشته شده توسط: ";}
.post-category::before { content: "دسته بندی: ";}
.post-summary {
	text-align: justify;
	clear: both;
	font-size: 15px;
}
article { padding-left: 30px;padding-right: 30px;}
article:not(:last-child){ margin-bottom: 100px;}
article:not(:first-child) {border-top: 1px solid #333; padding-top: 30px;}
.appist-middle {padding-top: 80px;}
.post-image {
	border-left: 1px dotted #555;
	border-right: 1px dotted #555;
	border-radius: 15px;
}
.post-summary:first-child {
	text-align: justify;
	clear: both;
	font-size: 15px;
}
.post-more {
	margin: 0 auto;
	width: 70px;
}
.post-more a{
	color: #ffc164;
	/*margin-bottom: 100px;*/
	font-size: 13px;
	position: relative;
	float: right;
	right: 5px;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.post-more a::after {
	content: " »";
	opacity: 0;
	position: absolute;
	left: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.post-more a:hover {
	right: 0px;
}
.post-more:hover a::after {
	opacity: 1;
	left: -10px;
}
.post-info a{
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.post-info a:hover {
	color: #ffc164;
	border-bottom-color: #ffc164;
}
.post-comments a::after {
	content: " نظر وجود دارد";
}

form#commentform {
	width:40%;
	text-align: right;
	margin: 0 auto;
}
form#commentform input,
form#commentform textarea{
	width:100%;
}
input#submit{
	font-family: inherit;
	margin-right: 0px;
	background: #bbb;
	color: #111;
	border: 2px solid #bbb;
	border-radius: 2px;
	padding: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input#submit:hover,
input[type='text']:focus,
input[type='email']:focus,
select.orderby:focus,
#comment:focus{
	background: #111;
	color:#ffc164;
	border: 2px solid #ffc164;
}
input[type='text'],
input[type='email'] {
	font-family: inherit;
	background: #bbb;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #bbb;
	color: #111;
	padding: 11px;
	text-align: right;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#comment{
	font-family: inherit;
	background: #bbb;
	color: #111;
	border: 2px solid #bbb;
	border-radius:2px;
	padding: 10px;
	resize: vertical;
	min-height: 150px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.required{
	font-family: inherit;
	color: #ffc164;
}

select.orderby{
	background: #bbb;
	font-family: inherit;
	font-size: 18px;
	border: 2px solid #bbb;
	border-radius: 2px;
	color: #111;
	outline: none;
	width: 310px;
	padding: 8px 10px 12px 30px;
	height: 50px;
}

form#buy-form,
form#order-form{
	width: 50%!important;
	min-width: 300px!important;
	margin: 0 auto;
	margin-top: 50px;
	text-align: right;
}
form#buy-form *,
form#order-form *{
	width: 100%!important;
	min-width: 300px!important;
	margin-bottom: 20px;
}
form#buy-form label,
form#order-form label{
	text-align: right!important;
	margin-bottom: 20px;
}
p.buy-message{
	font-size: 22px;
	font-family: inherit;
	margin: 0px auto;
	margin-bottom: 50px;
	color:red;
}
p.form-message{
	font-size: 20px;
	font-family: inherit;

}
.width_70{
	width: 70%!important;
	text-align: justify;
}
.margin_auto{
	margin-right: auto!important;
	margin-left: auto!important;
}
/**/
.order_p {
	background: #ffc164;
	position: relative;
	/*margin-top: -33px;*/
	/*margin-bottom: 50px;*/
	color: #111;

	/*MUST BE REPLACED WITH JS*/
	margin-right: 0;
}
#order_bt {
	height: 50px;
	background: #111;
	padding: 10px 60px;
	margin: 10px auto;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
#order_bt:hover {
	color: #ffc164;
}
#appist-order-text {
	background: #111;
	margin: 0 auto;
}
#appist-order-text * {
	display: inline-block;
}
.appist-middle-section {
	width: 100%;
	background: #111;
	text-align: center;
	margin: 0 auto;
}
.appist-title-box {
	text-align: center;
	margin-top: 70px;
}
.appist-title-box::after{
	content: "";
	height: 1px;
	width: 50px;
	background: #777;
	background: -webkit-linear-gradient(left,#111,#777,#111);
	background: -moz-linear-gradient(left,#111,#777,#111);
	background: -ms-linear-gradient(left,#111,#777,#111);
	background: -o-linear-gradient(left,#111,#777,#111);
	background: linear-gradient(left,#111,#777,#111);
	display: block;
	margin: 10px auto;
}

.row {
	/*text-align: justify;*/
	padding: 0 20px;
	margin-right: 0;
}
.row img {
	max-width: 100%;
	height: 100%;
}

.item {
	padding: 0 10px 45px 10px;
	display: inline-block;
	vertical-align: top;
}
.item-hold {
	border: 1px solid #333;
	position: relative;
}
.item-hold img {
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transition: opacity .25s, transform 0.5s;
	-moz-transition: opacity .25s, transform 0.5s;
	-o-transition: opacity .25s, transform 0.5s;
	transition: opacity .25s, transform 0.5s;
}
.item-description {
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 20px;
	right: 30px;
	left: 30px;
	margin: 0 auto;
	transform: rotateY(270deg);
	-webkit-transition: opacity .25s, transform 0.5s;
	-moz-transition: opacity .25s, transform 0.5s;
	-o-transition: opacity .25s, transform 0.5s;
	transition: opacity .25s, transform 0.5s;
}
.item-hold:hover img{
	transform: rotateY(90deg);
	opacity: 0;
}
.item-hold:hover .item-description {
	transform: rotateY(360deg);
	opacity: 1;
}
.item-more {
	position: absolute;
	background: #111;
	border: 2px solid #ffc164;
	height: 40px;
	width: 80px;
	padding: 5px 20px;
	bottom: -20px;
	right: 50%;
	margin-right: -40px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.item-more::after {
	content: "»";
	position: absolute;
	left: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.item-more:hover {
	color: #111;
	background: #ffc164;
}
.item-more:hover::after {
	left: 9px;
	opacity: 1;
}

#appist-container-1 { position: relative;}
#appist-container-2 {
	width: 100%;
	margin: 0 auto;
}
/**/

/*Styling Footer Sections*/
#go-to-top {
	font-family : FontAwesome;
	position: fixed;
	text-align: center;
	font-size: 24px;
	bottom: 10px;
	right: 40px;
	background: #222;
	padding-top: 12px;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	opacity: 0;
	z-index: 100;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#go-to-top:hover {
	opacity: 1;
	background: #000;
	cursor: pointer;
}
footer {
	border-top: 1px solid #333;
	padding: 10px 30px;
	background: #111;
	width: 100%;
	/*height: 150px;*/
}
footer li { list-style: none;}
.footer-widget:not(:last-child){
	border-bottom: 1px solid #333;
}
.footer-widget {
	padding: 0 20px;
	position: relative;
}
#footer-copyright {
	border-top: 1px solid #222;
	background: #111;
	text-align: center;
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: bold;
}
#footer-copyright p {
	margin: 0;
	padding: 20px 0;
}
#footer-copyright a{
	color: #ffc164;
}
#follow-us {
	font-size: 26px;
}
#follow-us li {
	list-style: none;
	display: inline-block;
}
.info {
	font-family: FontAwesome;
	text-align: right;
	float: right;
	margin:0;
	width: 55px;
	height: 30px;
	margin-bottom: 20px;
}
.info:hover {
	font-size: 30px;
	cursor: pointer;
	color: #fff;
}
.info-phone {
	font-size: 16px;
	float: right;
	padding-right: 10px;
	margin: 0;
}
.info-phone::before {
	font-family: FontAwesome;
	content: "\f10b‏";
	font-size: 40px;
	padding-left: 30px;
	vertical-align: middle;
}
.info-address {
	font-size: 16px;
	clear: both;
	margin: 0;
	padding-top: 10px;

}
.info-address::before {
	font-family: FontAwesome;
	content: "\f015 ";
	font-size: 40px;
	padding-left: 20px;
	vertical-align: middle;
}
/**/
.latest-post-title {text-align: center!important; margin-top: 0; padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #222;}

/* SINGLE POST */
.single article { margin-bottom: 90px;}
/*#comment {
	background: #ffc164;
	color: #111;
	border: none;
	border-radius:2px;
	padding: 10px;
	resize: vertical;
}*/
.commentlist{
	text-align: right;

}
.commentlist ul {
	list-style: none;
}
.commentlist li {
	list-style: none;
}
.comment-reply-link,
.comment-edit-link {
	color: #ffc164;
}
.comment-reply-link:hover,
.comment-edit-link:hover {
	text-shadow: 1px 1px 1px #ffc164;
}
.commentlist li {
	background: #222;
	margin: 20px;
	padding: 20px;
	/*border: 1px dashed #999;*/
	/*border-radius: 10px;*/
	border: 1px solid #ffc164;
}
.commentlist .children .children li {
	background: #222;
	margin: 20px;
}
.commentlist .children {
	margin: 20px;
}
.commentlist .children li,
.commentlist .children .children .children li {
	background: #333; margin: 20px;
}

a { color:#ffc164; transition: all 0.5s;}
a:hover { text-shadow: 1px 1px 1px #ffc164;}
/*Media for Responsive*/
/*Mobile Screen*/
[class*="col-"]{
	width: 100%;
	float: right;
}

/* NAVBAR */
.hiddenShowMenu{
	display: block;
}

.ad{ position: relative;}

/* */
/*Small-sized Screen*/
@media only screen and (min-width: 450px){
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%; padding-left: 0px;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}
	body {margin: 30px; margin-bottom: 0;}
	nav.main-navbar { visibility: visible;}
	.header {margin-top: 50px;}
	.hidden-sm { visibility: hidden;}
	.item-hold { right: 8.33%;}
	article {text-align: center;}
	.item {
		clear: both;
		float: none;
		display: block;
	}
	.ad{ position: relative;}
}
/*Medium-sized Screen*/
@media only screen and (min-width: 768px){
	.col-t-1 {width: 8.33%;}
	.col-t-2 {width: 16.66%;}
	.col-t-3 {width: 25%;}
	.col-t-4 {width: 33.33%;}
	.col-t-5 {width: 41.66%;}
	.col-t-6 {width: 50%; padding-left: 0px;}
	.col-t-7 {width: 58.33%;}
	.col-t-8 {width: 66.66%;}
	.col-t-9 {width: 75%;}
	.col-t-10 {width: 83.33%;}
	.col-t-11 {width: 91.66%;}
	.col-t-12 {width: 100%;}
	.padding-col-t{ padding-right: 16.66%;}
	body {margin: 30px; margin-bottom: 0; background: #ffc164;}
	nav.main-navbar { visibility: visible;}
	header{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.header {margin-top: 250px;}
	.hidden-sm { visibility: visible; padding:0 20px;}
	#navbar-icon { display: block;}
	.title { visibility: visible;}
	#logo {display: block;}
	.item-hold { right: 0;}
	.row { margin-right: 0;}
	.item{
		display: inline-block;
		width: 49%!important;
		float: none!important;
	}
	/*.footer-widget:not(:first-child) { border-right: 1px solid #333;}*/
	.footer-widget:first-child { border-bottom: none;}
	.order_p { right: 8.33%;}
	.order_p p {padding-right: 0; margin: 0;}
	.order_p a {padding-right: 0; margin: 0;}

	/* post */
	.post-title{ text-align: right; }
	/*.post-more{ margin-right: 10px;}*/
	/**/
	/*#menu-right{ display: none; }*/
	
	.ad{ position: relative;}
}
/*Large-sized Screen*/
@media only screen and (min-width: 1020px){
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%; padding-left: 10px;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	.padding-col{ padding-right: 20.825%;}
	.header {margin-top: 250px; }
	article {text-align: right;}
	article:nth-child(even) {border-left: 1px solid #333;}
	article:nth-child(even),article:nth-child(odd) { border-top: none;padding-top: 0;}
	body {margin: 30px; margin-bottom: 0; background: #ffc164;}
	header{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#menu-left { padding-left: 0;float: right; width: 45%;text-align: right; margin-top: 30px;margin-bottom: 0;}
	#menu-right { float: right;width: 45%; text-align: left; padding-right: 0; margin-top: 30px;}
	#menu-left li, #menu-right li {width: auto; text-align: center;}
	#menu-left > li{ margin-left: 30px;}
	#menu-right > li{ margin-right: 30px;}

	nav.main-navbar { height: 70px;position: absolute;top: 30px;background: none;}
	nav.main-navbar ul { display: block; list-style: none; margin:0; padding: 0;}
	nav.main-navbar ul li { display: inline-block;}
	nav.main-navbar ul li > a {
		border-bottom: 2px solid transparent;
		width: 100%;
		padding:5px;
		padding-right: 0;
		text-align: center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	nav.main-navbar ul li:hover > a { border-bottom: 2px solid #aaa; color: #fff; background: transparent;}
	nav.main-navbar ul ul li:hover > a { background: rgba(60,60,60,1);}
	nav.main-navbar ul ul {
		display: none;
		position: absolute;
		width: 250px;
		padding-right: 0;
		background: #444;
		background: rgba(40,40,40,0.5);
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
	nav.main-navbar ul li:hover > ul{ display: block;}

	#menu-left li:hover > ul{
		-webkit-animation-name:left-submenu-first;
		-moz-animation-name:left-submenu-first;
		-o-animation-name:left-submenu-first;
		animation-name:left-submenu-first;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	#menu-left ul li:hover > ul{
		-webkit-animation-name:left-submenu-second;
		-moz-animation-name:left-submenu-second;
		-o-animation-name:left-submenu-second;
		animation-name:left-submenu-second;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	@keyframes left-submenu-first{
		from{ left:-250px; opacity:0;}
		to{ left: 0px; opacity:1;}
	}
	@keyframes left-submenu-second{
		from{ left:-1vw; opacity:0; z-index: -250;}
		to{ left: 250px; opacity:1; z-index: 1;}
	}
	#menu-right li:hover > ul{
		-webkit-animation-name:right-submenu-first;
		-moz-animation-name:right-submenu-first;
		-o-animation-name:right-submenu-first;
		animation-name:right-submenu-first;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	#menu-right ul li:hover > ul{
		-webkit-animation-name:right-submenu-second;
		-moz-animation-name:right-submenu-second;
		-o-animation-name:right-submenu-second;
		animation-name:right-submenu-second;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}
	@keyframes right-submenu-first{
		from{ right:-250px; opacity:0;}
		to{ right: 0px; opacity:1;}
	}
	@keyframes right-submenu-second{
		from{ right:-1vw; opacity:0; z-index: -250;}
		to{ right: 250px; opacity:1; z-index: 1;}
	}
	nav.main-navbar ul ul li a {display: block; width: 250px;}
	nav.main-navbar li > a:after { font-family: FontAwesome; content: '  \f107';}
	nav.main-navbar li > a:only-child:after {  content: '';}
	nav.main-navbar li { position: relative;}
	nav.main-navbar ul li > :first-child {border: 0px solid #333;}
	nav.main-navbar ul ul {	border: 2px solid #333;}
	#menu-left ul li ul { position: absolute; left: 250px; top: 0;}
	#menu-right ul li ul { position: absolute; right: 250px; top: 0;}
	#menu-left ul { left: 0;}
	#menu-right ul { right: 0;}
	#menu-left ul li > a:before { font-family: FontAwesome; content: '\f105\200f'; padding-left: 10px;}
	#menu-left ul li > a:only-child:before {  content: '';}
	#menu-left ul li > a:after {  content: '';}
	#menu-right ul li > a:after { font-family: FontAwesome; content: '\200f\f104'; padding-right: 10px;}
	#menu-right ul li > a:only-child:after {  content: '';}

	.title { visibility: visible;}
	#logo { width: auto; height: 60px; margin: 8px; top: 0; display: block; float: left;}
	#navbar-icon {display: none;}
	.logo-icon { top: 0; width: 10%; position: relative; background: transparent; padding-left: 10px;}
	/*.post-more { margin: 0;}*/
	.hidden-sm { visibility: visible;}
	.post-title {text-align: right;}
	.order_p {
		background: #ffc164;
		text-align: right;
		position: relative;
		height: 66px;
		margin-top: -33px;
	}
	.order_p p {padding-right: 30px; padding-top: 17px;}
	#order_bt {
		float: left;
		position: relative;
		left: 50px;
		top: 8px;
		height: 50px;
		background: #111;
		padding: 10px 60px;
		margin: 0;
		-webkit-transition: color 0.2s;
		-moz-transition: color 0.2s;
		-o-transition: color 0.2s;
		transition: color 0.2s;
	}
	.row {
		/*text-align: justify;*/
		margin-bottom: 40px;
		padding: 0;
		padding-right: 30px;
	}
	.item{
		width: 32.33%!important;
		float: none!important;
	}
	.footer-widget:not(:last-child)  { border: none;}
	/*.footer-widget:not(:first-child) { border-right: 1px solid #333;}*/

	.hiddenShowMenu{
		display: none!important;
	}
	
	.ad{ position: fixed; left: 0; bottom: 0; margin-left: 10px}

}
/* set the body that not get larger than it has to be*/
@media only screen and (min-width: 1360px){

	body {
		width: 1290px;
		margin-right: auto;
		margin-left: auto;
	}
	header{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.hiddenShowMenu{
		display: none;
	}
	
	.ad{ position: fixed; left: 0; bottom: 0; margin-left: 10px}
}
