/*
	Theme Name: Kuwaitiful Modified 2.0
	Theme URI: http://kuwaitiful.com/
	Description: Modifying default TwentyThirteen Theme
	Author: Kuwaitiful
	Version: 2.0
	Tags: Modified
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
*:focus {
	outline: 0;
}
body {
	background: #fff;
	font: 1em/1.6em 'BentonSans', sans-serif;
}
body.rtl #lang ul {
	margin: 0;
	text-align:left;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
a {
	color: #F00;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
strong { font-weight:700;}
input[type='text'],input[type='number'],textarea {font-size:12px;}
form {
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 10px 0;
}
iframe {
	width: 100% !important;
}

/*** @font-face ***/
@font-face {
  font-family: "BentonSans";
  src: url("fonts/0dc68bf6-6370-4b81-9d14-f4a3e4945a25-2.eot");
  src: url("fonts/0dc68bf6-6370-4b81-9d14-f4a3e4945a25-2.eot?#iefix") format("embedded-opentype"),
       url("fonts/0dc68bf6-6370-4b81-9d14-f4a3e4945a25-3.woff") format("woff"),
       url("fonts/0dc68bf6-6370-4b81-9d14-f4a3e4945a25-1.ttf") format("truetype"),
       url("fonts/0dc68bf6-6370-4b81-9d14-f4a3e4945a25-4.svg#web") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
	font-family: 'gnuolane';
	src: url('fonts/gnuolane.eot');
	src: url('fonts/gnuolane.eot?#iefix') format("embedded-opentype");
	src: local('☺'), url('fonts/gnuolane.woff') format('woff'), url('fonts/gnuolane.ttf') format('truetype'), url('fonts/gnuolane.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'trebuc-regular';
	src: url('fonts/trebuc.eot');
	src: url('fonts/trebuc.eot?#iefix') format("embedded-opentype");
	src: local('☺'), url('fonts/trebuc.woff') format('woff'), url('fonts/trebuc.ttf') format('truetype'), url('fonts/trebuc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'trebuc-bold';
	src: url('fonts/trebucbd.eot');
	src: url('fonts/trebucbd.eot?#iefix') format("embedded-opentype");
	src: local('☺'), url('fonts/trebucbd.woff') format('woff'), url('fonts/trebucbd.ttf') format('truetype'), url('fonts/trebucbd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*** Custom Styles ***/
/*===================*/


/* Common styles */
.cfx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cfx {
	display: inline-block;
}
html[xmlns] .cfx {
	display: block;
}
* html .cfx {
	height: 1%;
}
.hidden-block {
	display: none !important;
}
.clear {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.hidden, .desktop-hidden, .mobile-hidden {
	display: none;
}
.green {
	color: #00a651;
}
.vr-separator {
	background: url(images/vr-separator.png) repeat-y 0 0;
	width: 1px;
	float: left;
	height: 40px;
	margin: 12px 10px 0 10px;
}
img.aligncenter {
	margin:0 auto 10px auto;
	display:block;
}
img.alignright {
	float:right;
	margin:0 0 0 10px;
}
img.alignleft {
	float:left;
	margin:0 10px 0 0;
}


/* common page styles */
#main-blog {
	padding: 100px 0 100px 0;
	position: relative;
}
.app-template #main-blog{
	padding: 0;
}
.post a {
	color: #0087c6;
}
a:hover, .post a:hover {
	text-decoration: underline;
}
.page-header{
	margin-right:15px;
}
.post-title, .post-title a {
	font: 28px/30px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #303030;
	letter-spacing: -0.02em;
	text-decoration: none;
}
.post-title a:hover {
	color: #f00;
	text-decoration: none;
}
.archive-title, .page-title{
	color:#727272;
	font: 30px/1.5 "gnuolane", "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 30px 72px;
}
.wrapper{
	display:block;
	margin: 0 auto;
	width: 1000px;
}

/* Header styles */
.static-bar {
	position: fixed;
	margin: 0;
	top: -10px;
	width: 100%;
	background: url(images/static-bar-bg.png) repeat-x 0 bottom;
	z-index: 1001;
	padding-bottom: 22px;
}
.static-bar.logged-in {
	margin-top: 0;
	top: 20px;
}
.static-bar .wrapper {
	padding: 25px 0 0 0;
}
#logo {
	margin: -3px 0 0 0;
	padding: 0;
	float: left;
}
#logo a {
	display: block;
	width:160px;
}
.or-separator {
	background: url(images/or-separator.png) repeat-x 0 0;
	height: 2px;
	margin: 5px 10px;
	clear: both;
}
.stb-sec.x01 {
	margin: 0 15px;
	width: 315px;
}
#lang ul {
	margin: 0 13px 0 0;
	padding: 0;
}
#lang ul li {
	padding: 0 5px;
}
#lang ul li.lang-item {
	display: block;
}
#lang ul li.current-lang{
	display: none;
}
#lang ul li:last-child {
	border: none;
	padding-right: 0;
}
#lang ul li.lang-item-en{
	text-align:left;
	padding-left:10px;
}
#lang ul li a {
	color: #727272;
	font: bold 17px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#lang ul li.active a, #lang ul li a:hover, #primary-nav ul li.active a, #primary-nav ul li a:hover {
	color: #333;
}
#primary-nav ul, #foo_nav ul, 
#sidebar ul, .blogroll,
.post-category ul,
.post-icons ul, .post-tag ul, #paginator ul,
.comments-block ul {
	margin: 0;
	padding: 0;
}
#primary-nav ul{
	text-align:left;
}
#primary-nav .menu-lebel {
	display: none;
}
#primary-nav ul li, #foo_nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
#primary-nav ul li:last-child, #primary-nav ul li.mnu-last {
	margin-right: 0;
}
#primary-nav ul li a, #foo_nav ul li a {
	text-decoration: none;
	font: 22px/1 "gnuolane", "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #727272;
	text-shadow: 0 1px #FFF;
	letter-spacing: 1px;
}
#primary-nav ul li.mnu-touch{
	display:none;
}
#app-icon {
	float: left;
	position: relative;
}
.button {
	display: none;
}
#app-icon a, #social-icons a {
	float: left;
	margin: 2px 3px 0 3px;
}
#app-icon a {
	color: #000;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	margin: 0 11px;
	text-align: center;
}
#app-icon a span {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
}
#app-icon a:hover {
	text-decoration: none;
}
#social-icons {
	float: left;
	margin: 10px 0 0 0;
}
#social-icons a img{
	display:block;
}
.stb-sec.x03 {
	width: 320px;
}
#search-box {
	background: #f3f3f3;
	border: 1px solid #aaaaaa;
	width: 150px;
	height: 30px;
	float: right;
	margin: 12px 0 0 0;
	
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.11);
		 -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.11);
					box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.11);
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
					border-radius: 2px;
}
#search-404 #search-box {
	background: url(images/search-box-bordered.png) no-repeat 0 0;
}
#search-box input {
	background: 0;
	border: none;
	color: #000;
}
body.rtl #search-box .form-text {
	float: right;
}
#search-box .form-text {
	float: left;
	padding: 0 4px;
	width: 115px;
	height: 30px;
}
#search-box .form-submit {
	width: 20px;
	height: 25px;
	float: right;
	cursor: pointer;
	text-indent: -999em;
	margin: 0 3px 0 0;
	background: url(images/search.png) no-repeat right 5px;
}
body.rtl #search-box .form-submit {
	background: url(images/search.png) no-repeat left 2px;
	float: left;
	margin: 3px 0 0 3px;
}
/* @End of Header styles */

/* Footer styles */
#foo_nav {
	float: left;
	padding: 10px 0 0 0;
}
#foo_nav ul li {
	background: url(images/foo-sp.png) no-repeat right 9px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
#foo_nav ul li:last-child {
	background: 0;
	margin-right: 0;
	padding-right: 0;
}
#foo_nav ul li a {
	color: #969696;
	text-shadow: 0 -1px #111;
}
#foo_nav ul li a:hover, #foo_nav ul li.active a {
	color: #5f5f5f;
}
#footer {
	color: #787878;
	font-size: .9em;
}
#footer a {
	color: #dcdcdc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer .foo-bg {
	background: url(images/footer-bg.png) repeat-x bottom #272727;
	padding-bottom: 40px;
}
#footer .cop {
	font-size: 11px;
	background-color: #202020;
	line-height: 20px;
	height: 70px;
	position:relative;
}
#footer .cop .foo-logo {
	margin: 0 20px;
	position: relative;
	top: 12px;
	display: inline-block;
}
#foo_icons {
	width: 125px;
	height: 40px;
	background: #FFF;
	margin: 0 auto;
	-webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
}
#foo_icons a {
	display: block;
}
#foo_icons a:hover {
	opacity: .7;
}
#foo_icons .to-top {
	color: #000;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -3px;
	font: 23px/27px "gnuolane", "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/to-top-arrow.png) no-repeat center 0px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	white-space: nowrap;
}
#foo_icons .to-top:hover {
	color: #F00;
}
.foo-sec {
	padding-bottom: 35px;
}
.foo-sec h3 {
	font-size: 16px;
	color: #888;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.sec-box {
	float: left;
}
body.rtl .sec-box  ul{
	margin-right:0;
}
body.rtl .iphorm-submit-input-wrap,
body.rtl .foo-sec .app-box a {
	float:right;
}
body.rtl .foo-sec .app-box a {
	margin-left:15px;
}

/* @End of Footer styles */

/* main-content area */
.inner-wrapper {
	background: url(images/sidebar-bg.png) repeat-y right;
	display: block;
	position: relative;
	min-height: 450px;
	padding: 20px 0 0 0;
}
.wbgt, .wbgb {
	background-image: url(images/sidebar-bg-tb.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 270px;
	height: 195px;
	right: 0;
}
.wbgt {
	background-position: 0 0;
	top: 0;
}
.wbgb {
	background-position: 0 -195px;
	bottom: 0;
}
#blog-content {
	width: 715px;
	float: left;
}
#sidebar {
	float: right;
	width: 250px;
	position: relative;
}
.cont-separator, hr.cont-separator {
	background: url(images/cont-separator.png) repeat-x 0 0;
	height: 3px;
	clear: both;
	margin: 20px 0;
}
hr.cont-separator {
	display:block;
	border:none;
	overflow:hidden;
}

/* Post/Article styles */
.post {
	display: block;
	margin-right: 15px;
}
.post-header, .post-footer{
	margin-left: 72px;
	max-width:600px;
}
.post-edit {
	display: block;
}
.post-title {
	margin: 0 0 10px 0;
}
.post-data {
	padding-top: 10px;
}
.post-aside {
	float: left;
	width: 72px;
}
.post-info {
	padding-left: 72px;
	max-width: 600px;
}
body.rtl .post-info {
	width:600px;
}

.post-info p {
	margin: 0 0 20px 0;
	text-align:justify;
}
.post-info img {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}
.post-category ul li {
	font-size: 11px;
	line-height: 14px;
	float: left;
}
.post-category ul li a {
	background: #606060;
	color: #FFF;
	text-decoration: none;
	padding: 4px 10px;
	margin: 0 3px 3px 0;
	display: block;
	
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
}
.post-tag ul li {
	font-size: 12px;
	float:left;
	line-height: 1.4;
	margin-right: 3px;
}
.post-tag ul li a {
	color: #767676;
	padding: 0;
}
.post-date {
	background: url(images/post-date.png) no-repeat right;
	width: 72px;
	height: 45px;
	display: block
}
.post-date span {
	display: block;
	text-align: center;
	font: 12px/16px "trebuc-bold", Arial, Helvetica, sans-serif;	text-shadow: 0 1px #FFF;
	color: #4d4d4d;
	padding: 6px 10px;
}
.post-icons {
	float: right;
}
.post-icons ul li {
	list-style: none;
	display: block;
}
.post-icons ul li a {
	text-decoration: none;
	font-size: 0;
	display: block;
	width: 34px;
	height: 50px;
	background-image: url(images/post-social-icons.png);
	background-repeat: no-repeat;
}
.post-icons ul li.twitter a {
	background-position: 0 0;
}
.post-icons ul li.twitter a:hover {
	background-position: right 0;
}
.post-icons ul li.facebook a {
	background-position: 0 -54px;
}
.post-icons ul li.facebook a:hover {
	background-position: right -54px;
}
.post-icons ul li.google-plus a {
	background-position: 0 -111px;
}
.post-icons ul li.google-plus a:hover {
	background-position: right -111px;
}
.post-icons ul li.mail a{
	background-position: 0 -165px;
}
.post-icons ul li.mail a:hover {
	background-position: right -165px;
}

/* comment styles */
.comments-box {
	padding-top:10px;
	position:relative;
}
.comments-nav {
	display: block;
	margin: 10px 0 0 0;
	position:relative;
	padding-top:50px;
}
.comments-nav a {
	font-size: 2em;
	line-height: 42px;
	text-decoration: none;
	display: block;
	color: #505050;
}
.comments-nav a:hover, .comments-nav a.active {
	text-decoration: none;
	color: #F00;
}
.add-comment-form {
	position:absolute;
	left:0;
	top:0;
	padding: 0 0 0 40px;
	background: url(images/comment-icon.png) no-repeat 0 5px;
}
.comment-form-block { display:none;}
.view-comment, .get-comments-link {
	position: relative;
	float: right;
	background: url(images/comment-icon.png) no-repeat 0 -275px;
}
.view-comment #comments_loader {
	left: 35%;
	position: absolute;
	top: 95%;
}
.get-comments-link {
	position:absolute;
	right:0;
	top:0;
	}

.view-comment sapn, .get-comments-link span {
	display: block;
	font: 11px/33px "trebuc-bold", Arial, Helvetica, sans-serif;
	text-shadow: 0 1px #FFF;
	color: #4d4d4d;
	text-align: center;
	width: 33px;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}
#respond {
	margin: 20px 0;
	width: 100%;
	display: block;
	position: relative;
}
#respond-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 5px;
	background: url(images/loading-overlay.png);
}
.comm-form-box {
	padding: 10px;
	display: block;
}
.comment-notes {
	display: none;
}
#respond {
	clear:both;
	position: relative;
	background: #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	border: 1px solid #eee;
}
body.single #respond {
	margin-top: 50px;
}
body.single .commentlist #respond {
	margin-top: 20px;
}
#commentform {
	padding-left: 20px;
}
#respond:before {
	content: '.';
	position: absolute;
	left: 50px;
	top: -28px;
	height: 0;
	width: 0;
	border-width: 15px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #eee;
	text-indent: -9999px;
}
#respond label, #respond input, #respond textarea {
	float: left;
}
#respond input:focus, #respond textarea:focus {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
#respond label {
	display: block;
	width: 80px;
	margin-right: 10px;
	color: #999;
	text-align: right;
}
#respond input, #respond textarea {
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666666;
	padding: 5px 10px;
	width: 50%;
	font: 16px Arial, Helvetica, sans-serif;
}
#respond textarea {
	width: 70%;
}
#reply-title {
	background: #eee;
	border-bottom: 1px dashed #ddd;
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 10px 20px;
	-webkit-border-radius: 5px 5px 0 0;
		 -moz-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
}
#respond p {
	height: 1%;
	overflow: hidden;
	padding: 5px;
	margin: 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond p.comment-subscription-form {
	padding-left: 90px;
}
#respond #submit, .post .sponsored-bt, .more-link, .more-link:link, .more-link:visited {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* W3C */
	
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #444;
	font:bold 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
	margin-left: 90px;
	padding: 8px 10px;
	width: auto;
}
#respond #submit:hover, .post .sponsored-bt:hover, .more-link:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.3)), color-stop(100%, rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#respond #submit:active, .post .sponsored-bt:active, .more-link:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.35)), color-stop(100%, rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* W3C */
}

.more-link:link, .more-link:visited { float:right; padding-right:30px; text-decoration:none; position:relative; }
.more-link:hover, .post .more-link:hover { text-decoration:none;}
.post-readmore { clear:both; height:1%; overflow:hidden; padding:10px 0;}
.more-link span { position:absolute; font:normal 22px/1 Georgia, "Times New Roman", Times, serif; right:10px; top:5px; z-index:1;}

.comment-awaiting-moderation {
	color: red;
	display: block;
	font-style: italic;
}
#respond p.comment-form-url.with-field {
	background: #ddd;
	padding: 10px;
	margin: 10px 20px 10px 0;
	border: 1px solid #ccc;
}
#comment-url-wrapper {
	display: none;
	clear: both;
	width: 100%;
}
#remove-comment-url {
	display: none;
}
#add-comment-url, #remove-comment-url {
	color: #999;
	cursor: pointer;
	float: left;
	width: 100%;
}
#remove-comment-url {
	margin-bottom: 5px;
}
#add-comment-url:hover {
	color: #333;
}
#remove-comment-url:Hover {
	color: red;
}
#respond .comment-subscription-form label {
	float: none;
	width: auto;
}
.comm-form-box .f-left {
	width: 220px;
}
.comm-form-box .f-right {
	width: 350px;
}
.comm-form-box .form-text {
	width: 215px;
	height: 25px;
	padding: 0 0 0 5px;
}
.comm-form-box .form-textarea {
	resize: none;
	width: 345px;
	height: 54px;
	padding: 3px 0 3px 5px;
}
.comm-form-box .form-text, .comm-form-box .form-textarea {
	background: #FFF;
	border: 0;
	color: #aeaeae;
	font: 12px Arial, Helvetica, sans-serif;
}
.comm-form-box .add-website {
	color: #7b7b7b;
	font: 14px/20px "trebuc", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(images/add-web-icon.png) no-repeat 0 2px;
	padding: 0 0 0 16px;
}
.comm-form-box .add-website:hover {
	text-decoration: none;
	color: #2c2c2c;
}
.comm-form-box .form-submit {
	background: 0;
	border: 0;
	border-bottom: 1px dotted #7b7b7b;
	color: #7b7b7b;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font: 12px/17px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	float: left;
	display: inline-block;
}
.comm-form-box .form-submit:hover {
	color: #2c2c2c;
	border-bottom-color: #2c2c2c;
	text-decoration: none;
}
.comm-submit {
	float: right;
}
.comm-lab {
	display: block;
	margin: 0 0 10px 0;
}
.no-margin {
	margin-bottom: 0;
}
#scroll-to-comment-form-fixer {
	display: block;
	position: absolute;
	width: 85%;
	margin-top: -150px;
	z-index: -10;
}
.comments-block {
	margin: 40px 0 0 0;
}
.comments-block ul li {
	display: block;
	margin: 0 0 20px 0;
}
.comment-head {
	display: block;
}
.comment-head .author {
	display: block;
	float: left;
	color: #5e5e5e;
	font: 12px "trebuc", Arial, Helvetica, sans-serif;
	padding-left: 37px;
	height: 37px;
	background: url(images/comment-icon.png) no-repeat 0 -567px;
}
.comment-head .author .user {
	color: #000;
	font-weight: bold;
}
.comment-head .author .time, .comment-head .author .time a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #949393;
}
.comment-head .author .time a:hover {
	color: #F00;
}
.comment-head .replay {
	top: 20px;
	position: relative;
	margin-right: 5px;
}
.comment-head .replay:hover, .inner-wrapper .sp-link:hover {
	border-bottom-color: #F00;
	color: #F00;
	text-decoration: none;
}

h3.as {
	clear:both;
	font-size:24px;
	margin-bottom:10px;
}
ol.commentlist, ol.commentlist ul, ol.commentlist ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	margin: 0;
}
.commentlist ul.children {
	background: url(images/dotted-ver.png) repeat-y left top;
	position: relative;
	margin: -10px 0 0 30px;
	padding-top: 10px;
}
.commentlist ul.children li.comment {
	background: url(images/dotted-hor.png) repeat-x left 20px;
	padding-left: 30px;
	margin-left: 3px;
}
.commentlist ul.children article.comment {
}
ol.commentlist article.comment {
	background-color: #f9f9f9;
	margin: 0 0 20px 0;
	padding: 20px;
	position: relative;
	color: #666;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
		 -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
					box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;	
					border-radius: 10px;				
}
ol.commentlist img.avatar {
	position: absolute;
	left: -70px;
	top: 20px;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
					border-radius: 10px;
}
.commentlist .comment-author, .commentlist .comment-content {
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.commentlist .comment-author .fn {
	font-size: 20px;
}
.commentlist .comment-author, .commentlist .comment-author a {
	color: #aaa;
}
.commentlist .comment-author a {
	text-decoration: underline;
}
.commentlist .comment-author .fn, .commentlist .comment-author .fn a {
	color: #434343;
	text-decoration:none;
}
.commentlist .comment-author .fn a:hover {
	color:#333;
}
.commentlist .reply {
	height: 35px;
}
.commentlist .comment-reply-link, #cancel-comment-reply-link {
	font-size: 14px;
	padding: 2px 0 0 0;
	line-height: 1.2;
	float: right;
	position: relative;
	top: 5px;
	background: url("images/comments_add.png") no-repeat 8px 10px;
	padding: 2px 10px 0 25px;
	border: 1px solid #ccc;
	padding: 6px 20px 6px 30px;
	
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
					border-radius: 2px;
}
.commentlist .comment-reply-link:hover, #cancel-comment-reply-link:hover {
	background-position: 8px -10px;
	border-color: #999;
	text-decoration: none;
}
#cancel-comment-reply-link {
	color: #933;
}
/* @End of comment styles */

.sponsored {
	/*background: url(images/sponsored-bg_hack.png) repeat-y left top;*/
	margin-top: 40px;
	padding: 20px 0;
}
.post .sponsored-bt {
	padding: 0 15px;
	height: 28px;
	font: 14px/27px "trebuc-bold", Arial, Helvetica, sans-serif;
	color: #614f28;
	text-shadow: 0 1px #FFF;
	float: right;
	position: relative;
	margin: -38px 0 0 0;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.post .sponsored-bt:hover {
	text-decoration: none;
	text-shadow:0 1px rgba(0,0,0,0.2);
	opacity:1;
	filter:alpha(opacity=100);
}
.sponsore-bnr {
	overflow:hidden;
}
.sponsore-bnr iframe img{
	max-width:100%;
}


.post .sponsored-bt .tips { display:none; visibility:hidden; background:#fff; border:1px solid #eee; padding:10px 20px; border-radius:3px; -webkit-border-radius:3px; position:absolute; right:-20px; top:-45px; font:normal 14px Arial, Helvetica, sans-serif; width:310px; box-shadow:0 2px 5px rgba(0,0,0,0.2); -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2); color:#333; }
.post .sponsored-bt:hover .tips { display:block; visibility:visible;}

#paginator {
	margin: 10px 0 20px 0;
	text-align: center;
	display: block;
}
#paginator ul li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
}
#paginator ul li a {
	padding: 3px 7px;
	font: 12px/14px "trebuc-bold", Arial, Helvetica, sans-serif;
	display: inline-block;
}
#paginator ul li.prev-page a, #paginator ul li.next-page a {
	text-transform: uppercase;
	color: #656565;
}
#paginator ul li.prev-page a:hover, #paginator ul li.next-page a:hover {
	text-decoration: none;
	color: #F00;
}
#paginator ul li.page a {
	background: #bcbcbc url(images/paginator-bg.png) repeat-x 0 0;
	color: #727272;
	text-shadow: 0 1px #FFF;
	border: 1px solid #acacac;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
					border-radius: 3px;
}
#paginator ul li.page a:hover, #paginator ul li.active a {
	text-decoration: none;
	background-position: 0 -42px;
	background-color: #FFF;
	border-color: #c8c8c8;
}
.pages-numb {
	text-align: center;
	padding: 7px 0;
	color: #858585;
	font-size: 12px;
}
.banners-block {
	text-align: center;
}
.side-title, .side-title a {
	font-size: 25px;
	line-height: 28px;
	font-weight: normal !important;
	color: #000;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.blogroll li, #sidebar ul li {
	background: url(images/li-arrow.png) no-repeat 0 7px;
	padding-left: 10px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-size: .9em;
}
#igw_gallery_content img {
	display: block;
	float: left;
	max-width: 115px;
	margin: 0 10px 10px 0
}

#email_subscription {
	width: 220px;
}
#email_subscription label {
	display: none;
}
#email_subscription .mc_custom_border_hdr {
	font-size: 16px;
	color: #888;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#email_subscription #mc_subheader {
	font-size: 11px;
	display: block;
	color: #787878;
	line-height: 14px;
	margin-bottom: 3px;
}
#email_subscription .sub-lab {
	display: block;
}
#email_subscription #mc_mv_EMAIL {
	background: #9f9f9f;
	border: 0;
	color: #303030;
	font: 11px Arial, Helvetica, sans-serif;
	width: 210px;
	padding: 5px 0 5px 7px;
	box-shadow: -1px -1px #000;
	clear: right;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
}
#email_subscription #mc_signup_submit {
	float: right;
	background: 0;
	border: 0;
	border-bottom: 1px dotted #9f9f9f;
	color: #9f9f9f;
	font: 12px/14px "trebuc", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0;
	margin: 7px 0 0 0;
}
#email_subscription #mc_signup_submit:hover {
	color: #FFF;
	border-bottom-color: #FFF;
}
.foo-separator {
	float: left;
	height: 140px;
	width: 2px;
	background: url(images/foo-separator.png) repeat-y;
	margin: 35px 35px 0 35px;
}
.tweets-block {
	width: 450px;
}
.tweets-block .tw-row {
	line-height: 18px;
	font-size: 11px;
	color: #8b8b8b;
}
.tweets-block .tw-row a {
	color: #FFF;
	text-decoration: underline;
	margin-right: 7px;
	display: inline-block;
}
.tweets-block .tw-row span {
	color: #c2c2c2;
	display: inline-block;
}
.tweets-block .tw-sp {
	height: 2px;
	margin: 10px 0;
	background: url(images/tw-sp.png) repeat-x;
}
.app-box {
	padding-top: 33px;
}
.app-icon {
	display: block;
	width: 125px;
	margin: 0 0 20px 0;
}
.hilite {
	background: red;
}
.relatedposts {
	/*width: 640px;*/
	margin: 0 0 20px 0;
	/*float: left;*/
	font-size: 12px;
	padding: 40px 0 0 0;
	height: 1%;
	overflow: hidden;
}
.relatedposts h3 {
	font-size: 20px;
	margin: 0 0 5px 0;
}
.relatedthumb {
	margin: 0 1px 0 1px;
	float: left;
}
.relatedthumb img {
	margin: 0 0 3px 0;
	padding: 0;
}
.relatedthumb a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 140px;
}
.relatedthumb a:hover {
	background-color: #ddd;
	color: #000;
}
.relatedthumb .related-title{
	display:block;
	line-height:1.5;
	height:45px;
	overflow:hidden;
}

.overlay-shading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: black;
	z-index: 2147483646;
	opacity: .45;
	filter: alpha(opacity = 45);
}
.overlay-content {
	width: 120px;
	height: 80px;
	position: fixed;
	z-index: 2147483647;
	background: #fff
}
.wpcf7-textarea {
	width: 300px
}
#cf7-toggler {
	cursor: pointer;
}
.blog-temp .post-aside {
	display: none;
}
.blog-temp .post-info strong {
	font-weight: bold;
	color: #000;
}
.post-info strong, .post-info b {
	font-weight: bold;
}
.blog-temp .post-info em {
	font-style: italic;
	color: #666;
}
.post-info e, .post-info i {
	font-style: italic;
}
.post-info button.iphorm-submit-element em{
	font-style:normal;
}
.post-info small {
	font-size: 11px;
}
.post-info ul, .post-info ol {
	padding-left: 20px;
	margin: 10px 0;
}
.post-info ul li, .post-info ol li {
	margin-left: 20px;
	display: list-item;
}
.post-info ul li {
	list-style: square;
	}
.post-info ol li {
	list-style:decimal;
	}
.blog-temp .post-info ul li span, .post-info ol li span {
	color: #666;
}

.social-links .sprite {
	text-indent: -999em;
}
.sprite{
	background: url(images/sprite.png) no-repeat 0 0;
	display: block;
}
.social-links .twitter-icon {
	background: url(images/sprite.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.social-links .twitter-icon:hover {
	background-position: 0 -27px;
}
.social-links .instagram-icon {
	background: url(images/sprite.png) no-repeat -25px 0;
	width: 22px;
	height: 22px;
}
.social-links .instagram-icon:hover {
	background-position: -25px -27px;
}
.social-links .facebook-icon {
	background: url(images/sprite.png) no-repeat -50px 0;
	width: 23px;
	height: 22px;
}
.social-links .facebook-icon:hover {
	background-position: -50px -27px;
}
.social-links .google-icon {
	background: url(images/sprite.png) no-repeat -76px 0;
	width: 23px;
	height: 22px;
}
.social-links .google-icon:hover {
	background-position: -76px -27px;
}
.box .apple-icon {
	background-position: 0px -464px;
	width: 43px;
	height: 58px;
}
.box .apple-icon:hover {
	/*background-position: -1px -89px;*/
}
.box .anroid-icon {
	background-position: -46px -464px;
	width: 60px;
	height: 62px;
}
.box .anroid-icon:hover {
	/*background-position: -2px -159px;*/
}
/*contact-form*/

#si_contact_form1 input, #si_contact_form1 textarea {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 75%;
	margin: 0 0 5px !important
}
#si_contact_form1 textarea {
	width: 85%;
}
#si_contact_form1 input#fsc-submit-1 {
	width: auto;
}
body.rtl .relatedposts {
	width: auto;
	float: right;
}
body.rtl .sec-box.app-box {
	float: right;
}
.social-wrap {
	float: left;
}
.icon-search {
	display: none;
}
.mobile-only {
	display: none !important;
}

.jp-carousel-left-column-wrapper, .jp-carousel-image-meta { display:none;}

body.search-no-results .entry-content { max-width:650px; }
body.search-no-results .entry-content #search-form { float:left;}
body.search-no-results.rtl .entry-content #search-form { float:right;}
body.search-no-results .entry-content #search_box { width:300px;}
body.search-no-results .entry-content #search_box .form-text { width:250px; }
body.search-no-results #container { padding-top:80px;}

.rand-button {
	position:absolute;
	right:0;
	top:110px;
	z-index:9;
	border:1px solid #e3e3e3;
	border-bottom-color:#929292;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:10px 0 10px 44px;
	color:#404040;
	cursor:pointer;
	width:95px;
	height:26px;
	display:block;
	text-shadow:0 1px 1px #fff;

	background: #f0f0f0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
}

.rand-button .icon-refresh {
	background:url(images/icon-refresh.png) no-repeat 0 0;
	width:34px;
	height:33px;
	position:absolute;
	left:4px;
	top:7px;
	-webkit-transition: all .4s ;
	-moz-transition: all .4s ;
	-ms-transition: all .4s ;
	-o-transition: all .4s ;
	transition: all .4s ;
		}
.rand-button .sm { font:bold 10px/1 Arial, Helvetica, sans-serif; display:block; margin-bottom:3px;}
.rand-button strong { font:bold 14px/1 "Myriad Pro", Arial, Helvetica; display:block; }

.rand-button:hover .icon-refresh {
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		}
	
	
body .jp-carousel-next-button span, body .jp-carousel-previous-button span { background:url(images/arrows.png) no-repeat center center;}


/* Instagram photo section*/
/**************************/

body.loading.page-template-template-reviews-php .ins-overlay{
	display:block!important;
}
body.loading.page-template-template-reviews-php .ins-overlay .close-btn{
	display:none;
}
.ins-overlay .loader{
	position:absolute;
	line-height:1.5;
	width:250px;
	left:50%;
	margin-left:-125px;
	top:48%;
	color:#fff;
	text-align:center;
}
.ins-overlay .loader img{
	display:block;
	margin:0 auto;
}

#instagram_photo{
	background-color:#fff;
	background-color:rgba(255,255,255,0.7);
	border-top:2px solid #222;
	padding-top:2px;
	position:fixed;
	bottom:0px;
	z-index:1000;
	width:100%;	
	-webkit-box-shadow:0 -1px 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 -1px 25px rgba(0,0,0,0.5);
	box-shadow:0 -1px 25px rgba(0,0,0,0.5);
	
}
.instagram-logo{
	position:absolute;
	top:2px;
	left:0;
	width:75px;
	overflow:hidden;
	margin-right:1px;
}
.instagram-logo img{
	width:75px;
	height:auto;
	display:block;
}
#instagram-photo-list .item{
	/*background:#fff;*/
	float:left;
	margin:0 1px;
}
#instagram-photo-list .item img.item-img{
	position:relative;
	top:0;
	display:block;
	width:75px;
	height:auto;
	cursor:pointer;
}
.jcarousel-skin-tango{
	position:relative;
	left:75px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    padding: 0;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-item a{
	display:block;
}

/*Instagram Pop-up*/
.ins-image{
	float:left;
	max-width:65%;
	overflow:hidden;
}
.ins-image img{
	display:block;
	max-height:100%;
}
.ins-content{
	font-size:13px;
	line-height:1.5;
	overflow:hidden;
        text-align:left;
}
.ins-content a{
	color:#3f729b;
}
.ins-caption{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:12px 12px 15px;
	position:relative;
}
.ins-caption h2{
	font-size:20px;
	line-height:1.1;
	overflow:hidden;
}
.ins-caption p{
	overflow:hidden;
}
.ins-comments-list{
	margin:0;
	padding:0 12px;
	list-style:none;
	overflow:auto;
}
.ins-comments-list li{
	font-size:12px;
	line-height:1.4;
	padding:5px 0;
	overflow:hidden;
}
.ins-m-avt{
	width:40px;
	float:left;
	margin-right:10px;
}
.ins-avatar{
	float:left;
	width:32px;
	margin-right:8px;
}
.ins-avatar img{
	max-width:100%;
	height:auto;
}
.ins-comments-item{
	overflow:hidden;
}
.comment-user{
	display:block;
	font-size:13px;
	font-weight:bold;
}
.close-btn{
	background:#000;
	border:2px solid #fff;
	color:#fff;
	font:11px/16px Arial, Verdana, Geneva, sans-serif;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:-12px;
	right:-12px;
	z-index:20;
	cursor:pointer;
	height:16px;
	width:16px;
	padding:2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
a.close-btn:hover{
	text-decoration:none;
}
#instagram_photo .close-btn{
	right:0;
}

#ins-popup{
	position:fixed;
	width:100%;
	max-height:75%;
	left:0;
	top:15%;
	z-index:1002;
}
.ins-outerwrap{
	background:#fff;
	overflow:hidden;
	max-width:970px;
	margin:0 auto;
}
.ins-overlay{
	background:#000;
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1001;
}
.ig-b- { display: inline-block; position:absolute; top:7px; right:7px; }
.ig-b-:hover { text-decoration:none; } .ig-b-:active {  }
.ig-b-v-24 { 
	width: 60px;
	padding:1px 10px 1px;
	border: 1px solid #1c5380; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
	color: #fff!important; text-align:center;
	background-color: #6f97b6; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6f97b6), to(#3f729b));
	background-image: -webkit-linear-gradient(top, #6f97b6, #3f729b);
	background-image: -moz-linear-gradient(top, #6f97b6, #3f729b);
	background-image: -o-linear-gradient(top, #6f97b6, #3f729b);
	background-image: -ms-linear-gradient(top, #6f97b6, #3f729b);
	background-image: linear-gradient(top, #6f97b6, #3f729b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#6f97b6', EndColorStr='#3f729b');
	background-position: 50% 50%;
	text-shadow: 0 1px 1px #1c5380;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }

/* slide Navigation for touch device :: mobile/tablet */
#main-wrapper{
	background:#fff;
	position:relative;
	left:0px;
	z-index:10;
}
/* Sidebar :: Menu navigation */
#slide-sidebar{
	background-color:#555;
	color:#fff;
	font: 12px "DINMedium", Arial;
	display:none;
	position:absolute;
	width:220px;
	top:0;
	left:-100px;
	z-index:0;
	overflow:auto;
}
#main-nav ul{
	margin:0;
	padding:10px;
}
#main-nav ul li{
	border-bottom:1px solid #777;
	margin:0;
}
#main-nav ul li a{
	color:#fff;
	display:block;
	font: 20px/0.85 "gnuolane", "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	padding:13px 10px 13px;
	text-decoration:none;
	text-transform:uppercase;
}
#main-nav li a:hover, #main-nav li.current-menu-item a{
	color: #ee272c;
}

/* Review page styles */
.review_template img.alignleft{
	margin-bottom:10px;
}
.block-wrap{
	clear:both;
	display:block;
	padding-bottom:30px;
}

.review_template .thumbnail-wrapper{
	position:relative;
	display:block;
	float:left;
	margin-left:1px;
	margin-bottom:1px;
	width:24.7%;
}
.review_template .thumbnail-wrapper img{
	display:block;
	max-width:177px;
	width:100%;
}
.review_template .post-info{
	position:absolute;
	height:auto;
	width:250px;
	padding:10px;
	background:rgba(0,0,0,0.6);
	bottom:0%;
	left:100%;
	color:#fff;
	font-size:11px;
	line-height:1.3;
	z-index:2;
}
.review_template .post-info h3{
	font-size:14px;
	margin-bottom:5px;
}